home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des... Jeux / La Bible des... Jeux.iso / Les Sharewares / Educatifs / Spooky Pictures™ / SPPlugIns / SPPlugIns / card_3071.txt < prev    next >
Encoding:
Text File  |  1995-10-08  |  1.1 KB  |  46 lines

  1. -- card: 3071 from stack: in
  2. -- bmap block id: 3752
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9. on mouseUp
  10.   answer "This stack provides functionality to the stack"&"e&"Spooky PicturesΓäó.""e&& "DoubleClick on ""e&"Spooky PicturesΓäó""e&" on the desktop to play."with "Play Now?" or "Quit"
  11.   if it is "quit" then
  12.     doMenu "Quit Hypercard"
  13.   else
  14.     if the version ΓëÑ 2.3 then
  15.       go to stack "Spooky PicturesΓäó2.3"
  16.     else
  17.       go to stack "Spooky PicturesΓäó2.2"
  18.     end if
  19.   end if
  20. end mouseUp
  21.  
  22.  
  23.  
  24.  
  25.  
  26. -- part 1 (button)
  27. -- low flags: 00
  28. -- high flags: 0001
  29. -- rect: left=4 top=6 right=113 bottom=123
  30. -- title width / last selected line: 65074
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: untitled
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   set the icon of me to -1
  41.   addcolor colorButton, cd, the id of me,"65535, 25000,0",3
  42.   addColor colorPict, cd, (the short name of me),(the rect of me), "t"
  43.   set the icon of me to 0
  44.   pass mouseUp
  45. end mouseUp
  46.